┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/composer/vendor/composer/class-map-generator
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: composer.json
{ "name": "composer/class-map-generator", "description": "Utilities to scan PHP code and generate class maps.", "type": "library", "license": "MIT", "keywords": [ "classmap" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "require": { "php": "^7.2 || ^8.0", "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7 || ^8", "composer/pcre": "^2.1 || ^3.1" }, "require-dev": { "phpunit/phpunit": "^8", "phpstan/phpstan": "^1.12 || ^2", "phpstan/phpstan-deprecation-rules": "^1 || ^2", "phpstan/phpstan-strict-rules": "^1.1 || ^2", "phpstan/phpstan-phpunit": "^1 || ^2", "symfony/filesystem": "^5.4 || ^6 || ^7 || ^8" }, "autoload": { "psr-4": { "Composer\\ClassMapGenerator\\": "src" } }, "autoload-dev": { "psr-4": { "Composer\\ClassMapGenerator\\": "tests" } }, "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "scripts": { "test": "@php phpunit", "phpstan": "@php phpstan analyse" } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 src/
DIR
—
2026-04-15 15:13
📄 composer.json
JSON
1.2 KB
2025-12-29 13:15
EDIT
📄 LICENSE
?
1 KB
2025-12-29 13:15
EDIT
📄 README.md
MD
1.6 KB
2025-12-29 13:15
EDIT